home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / DATABASE / POPDBF36.ZIP;1 / POPINST.BAT < prev    next >
Encoding:
DOS Batch File  |  1989-11-03  |  418 b   |  18 lines

  1. echo off
  2. if %1*==* popinst C:\POPDBF
  3. cls
  4. echo                          PopDBF Hard Disk Installation
  5. echo ˇ
  6. echo Install PopDBF to %1
  7. echo ˇ
  8. echo Press Ctrl-C if this is NOT correct, otherwise
  9. pause
  10. if not exist %1 echo Making directory %1
  11. if not exist %1 echo ˇ
  12. if not exist %1 md %1
  13. echo ˇ
  14. echo Copying PopDBF files to %1
  15. copy *.* %1 > nul
  16. echo ˇ
  17. echo PopDBF Hard Disk Installation complete!
  18. echo ˇ